+2004-09-14 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/tmpl/event_structs.sgml: Document GdkEventOwnerChange and
+ GdkOwnerChange.
+
+ * gdk/tmpl/rgb.sgml: Document gdk_rgb_colormap_ditherable().
+
2004-09-01 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk-sections.txt: Updates.
<!-- ##### STRUCT GdkEventOwnerChange ##### -->
<para>
-
+Generated when the owner of a selection changes. On X11, this information is
+only available if the X server supports the XFIXES extension.
</para>
-@type:
-@window:
-@send_event:
-@owner:
-@reason:
-@selection:
-@time:
-@selection_time:
+@type: the type of the event (%GDK_OWNER_CHANGE).
+@window: the window which received the event
+@send_event: %TRUE if the event was sent explicitly (e.g. using <function>XSendEvent</function>).
+@owner: the new owner of the selection
+@reason: the reason for the ownership change as a #GdkOwnerChange value
+@selection: the atom identifying the selection
+@time: the timestamp of the event
+@selection_time: the time at which the selection ownership was taken over
<!-- ##### ENUM GdkScrollDirection ##### -->
<para>
<!-- ##### ENUM GdkOwnerChange ##### -->
<para>
-
+Specifies why a selection ownership was changed.
</para>
-@GDK_OWNER_CHANGE_NEW_OWNER:
-@GDK_OWNER_CHANGE_DESTROY:
-@GDK_OWNER_CHANGE_CLOSE:
-
+@GDK_OWNER_CHANGE_NEW_OWNER: some other app claimed the ownership
+@GDK_OWNER_CHANGE_DESTROY: the window was destroyed
+@GDK_OWNER_CHANGE_CLOSE: the client was closed
<!-- ##### FUNCTION gdk_rgb_ditherable ##### -->
<para>
-Determines whether the visual is ditherable. This function may be
+Determines whether the preferred visual is ditherable. This function may be
useful for presenting a user interface choice to the user about which
dither mode is desired; if the display is not ditherable, it may make
sense to gray out or hide the corresponding UI widget.
</para>
-@Returns: %TRUE if the visual is ditherable.
+@Returns: %TRUE if the preferred visual is ditherable.
+
+
+<!-- ##### FUNCTION gdk_rgb_colormap_ditherable ##### -->
+<para>
+Determines whether the visual associated with @cmap is ditherable. This
+function may be useful for presenting a user interface choice to the user
+about which dither mode is desired; if the display is not ditherable, it may
+make sense to gray out or hide the corresponding UI widget.
+</para>
+
+@cmap: a #GdkColormap
+@Returns: %TRUE if the visual associated with @cmap is ditherable.
<!-- ##### FUNCTION gdk_rgb_set_verbose ##### -->